home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_176_serial no field 4.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  184 b   |  12 lines

  1. on keyDown
  2.   if the key = SPACE then
  3.     dontPassEvent()
  4.   else
  5.     if (the key = RETURN) or (the key = ENTER) then
  6.       CTchecknumber()
  7.     else
  8.       pass()
  9.     end if
  10.   end if
  11. end
  12.